home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / lib / partman / recipes / 80multi < prev   
Encoding:
Text File  |  2008-10-29  |  1009 b   |  62 lines

  1. partman-auto/text/multi_scheme ::
  2.  
  3. 128 512 256 ext3
  4.     $defaultignore{ }
  5.     method{ format }
  6.     format{ }
  7.     use_filesystem{ }
  8.     filesystem{ ext3 }
  9.     mountpoint{ /boot }
  10.     options/relatime{ relatime } .
  11.  
  12. 70 800 300 ext3
  13.     $lvmok{ }
  14.     method{ format }
  15.     format{ }
  16.     use_filesystem{ }
  17.     filesystem{ ext3 }
  18.     mountpoint{ / }
  19.     options/relatime{ relatime } .
  20.  
  21. 500 3000 6000 ext3
  22.     $lvmok{ }
  23.     method{ format }
  24.     format{ }
  25.     use_filesystem{ }
  26.     filesystem{ ext3 }
  27.     mountpoint{ /usr }
  28.     options/relatime{ relatime } .
  29.  
  30. 70 1500 3000 ext3
  31.     $lvmok{ }
  32.     method{ format }
  33.     format{ }
  34.     use_filesystem{ }
  35.     filesystem{ ext3 }
  36.     mountpoint{ /var }
  37.     options/relatime{ relatime } .
  38.  
  39. 96 512 300% linux-swap
  40.     $lvmok{ }
  41.     method{ swap }
  42.     format{ } .
  43.  
  44. 20 300 400 ext3
  45.     $lvmok{ }
  46.     method{ format }
  47.     format{ }
  48.     use_filesystem{ }
  49.     filesystem{ ext3 }
  50.     mountpoint{ /tmp }
  51.     options/relatime{ relatime } .
  52.  
  53. 300 3000 1000000000 ext3
  54.     $lvmok{ }
  55.     method{ format }
  56.     format{ }
  57.     use_filesystem{ }
  58.     filesystem{ ext3 }
  59.     mountpoint{ /home }
  60.     options/relatime{ relatime } .
  61.  
  62.